ubg_terminal_define_command
Syntax:
ubg_terminal_define_command(name, script, arg_count, force_type)
Arguments:
Argument Name | Type | Description |
---|---|---|
name | string | name of command in terminal (case sensitive) |
script | int | ID of script that the command should execute |
arg_count | int | number of command arguments |
force_type | bool | force datatype conversions (hints must be enabled) |
Returns: (bool)
Description:
Loading page...